Deleted unused files.
[Sonic-Engine-360.git] / GMS2 / Sonic Engine 360 / objects / SpringUp / Create_0.gml
blobca7640a1a7725eabb7f0df7a1a205a9f7a4106d2
1 //==============================================================================\r
2     strength        = 6;      // Strength of the spring\r
3     bounce_factor   = 0.65;   // Factor of player speed to add to momentum \r
4     max_speed       = 11.5;   // Max speed allowed from the spring\r
5     angle           = 90;     // Angle in degrees it's facing\r
6     offset          = 0;      // Offset from the sprite origin to use for the collision line (the lower the value the larger the action area will be)\r
8 action_inherited();